-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Renderers/Terminal] Feature/terminal renderer #168
base: main
Are you sure you want to change the base?
Conversation
I would keep the ncurses renderer separate from the ANSI escape code based one. |
} | ||
|
||
|
||
//written by EmmanuelMess: https://github.com/nicbarker/clay/pull/91/commits/7ce74ba46c01f32e4517032e9da76bf54ecf7a43 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its probably not a good idea to add the author of the functions, git blame already provides this feature.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would, but I didn't use your branch, so it will show that I was the author instead. I want to make sure you get whatever credit you want for that.
4fd677e
to
338852b
Compare
This builds on the work of @EmmanuelMess 7ce74ba
See the readme for more info, but this pull-request is for a terminal only renderer which utilizes ncurses which is found on nearly every linux distribution already